home *** CD-ROM | disk | FTP | other *** search
/ 2,000 Greater & Lesser Mysteries / 2,000 Greater and Lesser Mysteries.iso / predict / iching / icinst.bat < prev    next >
Encoding:
DOS Batch File  |  1994-06-10  |  649 b   |  19 lines

  1. rem I CHING install procedure V.1
  2. rem Copyright L.R.Ramsey 1992
  3. echo off
  4. echo I CHING install procedure
  5. If "%1" =="" echo *** Error - the format of the install command is:
  6. If "%1" =="" echo ICINST s: d: (where s is your diskette drive & d is your hard disk)
  7. If "%1" =="" echo               Note: A Colon is required with the drive Id,
  8. If "%1" =="" echo               e.g. ICINST A: C: copies from diskette drive A: to hard
  9. If "%1" =="" echo                    Disk C: 
  10. If "%1" =="" echo *** Please Retry
  11. If "%1" =="" pause
  12. If "%1" =="" goto :last
  13. echo off >nul
  14. %2 >nul
  15. md %2\iching >nul
  16. cd %2\iching >nul
  17. xcopy %1 %2 /s >nul
  18. :last
  19.